migration guide: Remove a stray html tag
authorTimm Bäder <mail@baedert.org>
Fri, 17 Jul 2020 04:27:23 +0000 (06:27 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 17 Jul 2020 04:27:23 +0000 (06:27 +0200)
docs/reference/gtk/migrating-3to4.md

index d78ed134e689803391a1a0ba73bb2ebbcbd5615e..fb266bb87d0514f2b5090332bad726b5479ae532 100644 (file)
@@ -170,7 +170,7 @@ in GTK 3, you can prepare for the switch by using gtk_widget_destroy()
 only on toplevel windows, and replace all other uses with
 gtk_container_remove() or g_object_unref().
 
-### Reduce the use of generic container APIs</title>
+### Reduce the use of generic container APIs
 
 GTK 4 removes gtk_container_add() and gtk_container_remove(). While there
 is not always a replacement for gtk_container_remove() in GTK 3, you can